home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr40 / x1j4_src.zip / TNL7CE.H < prev    next >
Text File  |  1995-01-20  |  3KB  |  77 lines

  1. /*****************************************************************************/
  2. /*                                              */
  3. /*                                         */
  4. /*    *****              *****                      */
  5. /*     *****            *****                         */
  6. /*       *****          *****                         */
  7. /*         *****        *****                         */
  8. /*  ***************      ***************                     */
  9. /*  *****************    *****************                     */
  10. /*  ***************      ***************                     */
  11. /*         *****        *****       TheNet                    */
  12. /*       *****          *****       Portable. Compatible.         */
  13. /*     *****            *****       Public Domain             */
  14. /*    *****              *****    NORD><LINK                  */
  15. /*                                         */
  16. /* This software is public domain ONLY for non commercial use                */
  17. /*                                                                           */
  18. /*                                         */
  19. /*****************************************************************************/
  20.  
  21. /*---------------------------------------------------------------------------*/
  22. /* externe Definitionen und Vorwaertsdeklarationen fuer Level 7C
  23.  *
  24.  * G8KBB Apr 91 - correct case of defESC
  25.  *              - optional host mode & kiss mode support
  26.  *              - change definition of Tpar to char
  27.  *---------------------------------------------------------------------------*/
  28.  
  29. /*
  30.  * Released as TheNet X-1J, September 1993
  31.  *
  32.  * Released as TheNet X-1J release 4, January 1995
  33.  */
  34.  
  35. extern    char     DEFESC;    /* <ESC> Zeichen fuer Befehlsmode Host         */
  36. extern    char     myid[];    /* Call des TNC                     */
  37. extern    unsigned Tpar;        /* Keyup-Delay                     */
  38. extern    unsigned nmbfre;    /* Zahl der freien Buffer             */
  39. extern    char     paswrd[];    /* Passwort                     */
  40. extern    unsigned paswle;    /* Laenge des Passworts                 */
  41. extern    unsigned ininat;    /* no activity timeout                 */
  42. extern    unsigned conctl;    /* congestion control                 */
  43. extern    char     bline[];    /* Zeile vom Hostinterface             */
  44. extern    char     *blipoi;    /* Pointer in bline                 */
  45. extern    char     blixfl;    /* X-on / X-off Flag fuer Hostinterface         */
  46. #ifndef MODIFIED
  47. extern    char     hostco;    /* Flag Hostconnect erlaubt j/n             */
  48. #endif
  49. extern    unsigned blicnt;    /* zaehlt Zeichen in bline             */
  50. extern    int     magicn;    /* Pruefziffer fuer Warm-Kalt-Start         */
  51. extern    hustyp     hstubl[];    /* Kontrollblock fuer Host-User             */
  52. extern    hustyp     *hstusr;    /* Pointer auf aktuellen Host User         */
  53. extern    unsigned Dpar;        /* Full-Duplex Flag                 */
  54.  
  55. #ifdef KISSMODE
  56. extern unsigned  crlmod;
  57. #endif
  58.  
  59. #ifdef HOSTMODE
  60. extern unsigned  hstmod;
  61. extern unsigned  char hotout;
  62. extern unsigned  char hststs;
  63. #ifdef PK96
  64. extern unsigned  char CNTLB0;
  65. #else
  66. extern unsigned  char SIBRR0;
  67. #endif
  68. #endif
  69.  
  70. #ifdef MONITORCMD
  71. extern unsigned char mhlcount;
  72. #endif
  73.  
  74. #ifdef MODIFIED
  75. extern unsigned brochn;
  76. #endif
  77.